home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / inites / mdi.frm < prev    next >
Text File  |  1995-05-08  |  937b  |  36 lines

  1. VERSION 2.00
  2. Begin Form Mdi 
  3.    AutoRedraw      =   -1  'True
  4.    BorderStyle     =   0  'None
  5.    ClientHeight    =   8340
  6.    ClientLeft      =   2370
  7.    ClientTop       =   2235
  8.    ClientWidth     =   7365
  9.    ControlBox      =   0   'False
  10.    FontBold        =   -1  'True
  11.    FontItalic      =   0   'False
  12.    FontName        =   "Futura Md BT"
  13.    FontSize        =   8.25
  14.    FontStrikethru  =   0   'False
  15.    FontUnderline   =   -1  'True
  16.    Height          =   8745
  17.    Left            =   2310
  18.    LinkTopic       =   "Form1"
  19.    MaxButton       =   0   'False
  20.    MinButton       =   0   'False
  21.    ScaleHeight     =   556
  22.    ScaleMode       =   3  'Pixel
  23.    ScaleWidth      =   491
  24.    Top             =   1890
  25.    Width           =   7485
  26.    WindowState     =   2  'Maximized
  27. End
  28.     Option Explicit
  29.  
  30. Sub Form_Resize ()
  31.     Call FondEcran(Me, "TEST THE INI MANAGER")
  32.     TestIni.Show 1
  33.     End
  34. End Sub
  35.  
  36.